From: Jan Djärv Date: Mon, 26 Jan 2004 23:39:50 +0000 (+0000) Subject: synch_process_termsig new variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24362 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=23f04c24a953c98936d7d468bd35e271bbf69325;p=emacs.git synch_process_termsig new variable. --- diff --git a/src/process.h b/src/process.h index 2f46e74d4d0..74cb218a2d8 100644 --- a/src/process.h +++ b/src/process.h @@ -136,6 +136,9 @@ extern int synch_process_alive; /* Nonzero => this is a string explaining death of synchronous subprocess. */ extern char *synch_process_death; +/* Nonzero => this is the signal number that terminated the subprocess. */ +int synch_process_termsig; + /* If synch_process_death is zero, this is exit code of synchronous subprocess. */ extern int synch_process_retcode;